Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 2 - Movie Toolbox / Movie Toolbox Reference
Functions for Getting and Playing Movies / Error Functions


GetMoviesStickyError

The GetMoviesStickyError function returns the contents of the sticky error value. The sticky error value contains the first nonzero result code from any Movie Toolbox function that you called after having cleared the sticky error with the ClearMoviesStickyError function.

pascal OSErr GetMoviesStickyError (void);
DESCRIPTION
The Movie Toolbox does not clear the sticky error value when you call the GetMoviesStickyError function. Your application clears the sticky error value by calling the ClearMoviesStickyError function, which is described in the next section.

ERROR CODES
Any Movie Toolbox result code (see "Summary of the Movie Toolbox" at the end of this chapter)


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996